home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / background / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2002-03-20  |  401 b   |  11 lines

  1. this.count = this.count + 1;
  2. this.num = bg;
  3. var name = "back" + this.count;
  4. this.attachMovie("anim",name,this.count);
  5. this[name].holder.loadMovie(_level0.ch_dir + "/" + _level0.data["ch_name" + _level0.data.ch_active] + "/background" + this.num);
  6. if(this["back" + (this.count - 2)] ne "")
  7. {
  8.    this["back" + (this.count - 2)].removeMovieClip();
  9. }
  10. _level0.bgClip = this[name].holder._target;
  11.